runtime.mcache.flushGen (field)
5 uses
runtime (current package)
mcache.go#L53: flushGen atomic.Uint32
mcache.go#L90: c.flushGen.Store(mheap_.sweepgen)
mcache.go#L321: flushGen := c.flushGen.Load()
mcache.go#L330: c.flushGen.Store(mheap_.sweepgen) // Synchronizes with gcStart
mgc.go#L661: if fg := p.mcache.flushGen.Load(); fg != mheap_.sweepgen {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |